projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e39a8a
)
(_XlwMenu_part): Add enter/leave callbacks and
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 1 Jan 2007 15:19:58 +0000
(15:19 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 1 Jan 2007 15:19:58 +0000
(15:19 +0000)
inside_entry.
lwlib/xlwmenuP.h
patch
|
blob
|
history
diff --git
a/lwlib/xlwmenuP.h
b/lwlib/xlwmenuP.h
index ce170d7bfe4eb097cb6b5cf25f498e4191fe2b15..b90bc3da827b6abba45d9b6667ebd3946142171e 100644
(file)
--- a/
lwlib/xlwmenuP.h
+++ b/
lwlib/xlwmenuP.h
@@
-64,6
+64,7
@@
typedef struct _XlwMenu_part
Cursor cursor_shape;
XtCallbackList open;
XtCallbackList select, highlight;
+ XtCallbackList enter, leave;
widget_value* contents;
int horizontal;
@@
-76,6
+77,7
@@
typedef struct _XlwMenu_part
int old_depth;
widget_value** old_stack;
int old_stack_length;
+ widget_value* inside_entry;
/* New state after the user moved */
int new_depth;